home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 February / macformat-047.iso / Demos / Chiller Killers / Chiller / Chiller.DXR / 01140.ls < prev    next >
Encoding:
Text File  |  1996-11-28  |  178 b   |  11 lines

  1. on exitFrame
  2.   global s
  3.   if the lastClick > (30 * 60) then
  4.     puppetTransition(9, 4, 6, 0)
  5.     do("sel" & s & EMPTY)
  6.     play frame "start"
  7.   else
  8.     go("main1")
  9.   end if
  10. end
  11.